GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-06T17:52:28.7873788+00:00",
"SubmitDate": "2026-05-06T17:52:28.7873788+00:00",
"ReportPeriodStart": "2026-05-06T17:52:28.7873788+00:00",
"ReportPeriodEnd": "2026-05-06T17:52:28.7873788+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70c2f829-babf-4f9d-be34-3d12b0b06eba",
"Rows": [
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70c2f829-babf-4f9d-be34-3d12b0b06eba",
"Rows": [
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c29da3b0-9b86-49da-9109-c2e6c719e1ca",
"88661af7-f8ca-4f36-903d-cbc75e6352e7"
],
"Approvers": [
"f36099e7-bd09-4611-8450-996330b42af1",
"a2e4b3d5-923d-4a03-b300-647fb839106e"
],
"ApprovedBy": "f8beeca9-b8a6-4e34-8fc9-7c941299ebfc",
"ApprovalDate": "2026-05-06T17:52:28.7873788+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a7a5d20-d081-4a82-8b12-dd179cd9a0be",
"id": "a7c104d5-7103-423b-b7e3-87dc3e217039",
"ConfigId": "b31bc3e9-5d6c-42a8-b27f-11728487d9d3"
},
{
"GenerationDate": "2026-05-06T17:52:28.7873788+00:00",
"SubmitDate": "2026-05-06T17:52:28.7873788+00:00",
"ReportPeriodStart": "2026-05-06T17:52:28.7873788+00:00",
"ReportPeriodEnd": "2026-05-06T17:52:28.7873788+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70c2f829-babf-4f9d-be34-3d12b0b06eba",
"Rows": [
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70c2f829-babf-4f9d-be34-3d12b0b06eba",
"Rows": [
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d004fb28-1f27-4106-9109-9767a03d8c58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c29da3b0-9b86-49da-9109-c2e6c719e1ca",
"88661af7-f8ca-4f36-903d-cbc75e6352e7"
],
"Approvers": [
"f36099e7-bd09-4611-8450-996330b42af1",
"a2e4b3d5-923d-4a03-b300-647fb839106e"
],
"ApprovedBy": "f8beeca9-b8a6-4e34-8fc9-7c941299ebfc",
"ApprovalDate": "2026-05-06T17:52:28.7873788+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a7a5d20-d081-4a82-8b12-dd179cd9a0be",
"id": "a7c104d5-7103-423b-b7e3-87dc3e217039",
"ConfigId": "b31bc3e9-5d6c-42a8-b27f-11728487d9d3"
}
]